SnapshotLoadParams

Snapshot loading parameters

Members

Functions

put
bool put(FirecrackerAPIClient cl)

Loads a snapshot. Pre-boot only. Only accepted on a fresh Firecracker process (before configuring any resource other than the Logger and Metrics).

Mixins

__anonymous
mixin BaseModel
Undocumented in source.

Variables

enableDiffSnapshots
bool enableDiffSnapshots;

Enable support for incremental (diff) snapshots by tracking dirty guest pages.

memFilePath
string memFilePath;

Path to the file that contains the guest memory to be loaded.

snapshotPath
string snapshotPath;

Path to the file that contains the microVM state to be loaded.

Mixed In Members

From mixin BaseModel

stringify
string stringify()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta